Click or drag to resize

ResourceRefreshLock Method (String, Int32, ActiveLock)

Refresh the lock on a resource by resetting the lock timeout.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ActiveLock RefreshLock(
	string address,
	int timeout,
	ActiveLock activeLock
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
timeout
Type: SystemInt32
The lock timeout in seconds.
activeLock
Type: Independentsoft.WebdavActiveLock
The lock on resource to refresh lock.

Return Value

Type: ActiveLock
An ActiveLock as result of refresh lock operation.
See Also